From: Richard M. Stallman Date: Fri, 9 Jul 2004 16:08:17 +0000 (+0000) Subject: (current-word): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~21698 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=dc8939c5db171abd2a1c63efdf6d60b96dd3817e;p=emacs.git (current-word): Doc fix. --- diff --git a/lisp/simple.el b/lisp/simple.el index 66bc7c6b2ed..4e7628fe66e 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -3364,7 +3364,8 @@ With argument, do this that many times." "Return the symbol or word that point is on (or a nearby one) as a string. The return value includes no text properties. If optional arg STRICT is non-nil, return nil unless point is within -or adjacent to a symbol or word. +or adjacent to a symbol or word. In all cases the value can be nil +if there is no word nearby. The function, belying its name, normally finds a symbol. If optional arg REALLY-WORD is non-nil, it finds just a word." (save-excursion